From: Joey Hess Date: Mon, 17 Mar 2025 18:27:56 +0000 (-0400) Subject: decided addcomputed will not support annex.smallfiles X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~76 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f835919e404e0cbdae0b277606eb783673bff85c;p=git-annex.git decided addcomputed will not support annex.smallfiles If it did, recompute would need to somehow support recomputing non-annexed files. And, annex.smallfiles is typically used for configuration files or source code kind of things, where the user doesn't want it to be an annexed file. Computed artifacts are not likely that kind of thing. Also, git-annex importfeed is an example of something that does support annex.addunlocked, but does not support annex.smallfiles. --- diff --git a/doc/todo/compute_special_remote_remaining_todos.mdwn b/doc/todo/compute_special_remote_remaining_todos.mdwn index db31b873cf..1de0213bc8 100644 --- a/doc/todo/compute_special_remote_remaining_todos.mdwn +++ b/doc/todo/compute_special_remote_remaining_todos.mdwn @@ -48,9 +48,3 @@ compute special remote. --[[Joey]] Or it could build a DAG and traverse it, but building a DAG of a large directory tree has its own problems. - -* Should addcomputed honor annex.smallfiles? That would seem to imply - that recompute should also support recomputing non-annexed files. - Otherwise, adding a file and then recomputing it would vary in - what the content of the file is, depending on annex.smallfiles setting. -